nhón chân phát âm
Update Required
To play the media you will need to either update your browser to a recent version or update your Flash plugin.
Phát âm các từ liên quan
- nhón chân Tiếng Anh là gì:to stand on tiptoe; to be on tiptoe
- nhón chân Tiếng Trung là gì:踮; 点 <抬起脚后跟用脚尖站着。> anh ấy người thấp, nhón chân lên mới nhìn thấy. 他人矮, 得踮着脚才能看见。 跂 <抬起脚后跟站着。> 跷; 蹻 <脚后跟抬起, 脚尖着地。>
function do_search() {
var kw = document.getElementById("q").value;
if (kw == "") return;
var lang = document.getElementById("search_type_input").value;
var src = "/mpr/" + kw + ".html";
window.location = src;
}
document.onkeydown = function (event) {
event = event ? event : (window.event ? window.event : null);
var botton = document.getElementById('tsbb');
if (event.keyCode == 13 && null != botton) {
botton.click();
}
}
function playMp3(audioId) {
var audio = document.getElementById(audioId);
audio.play();
return false;
};